home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / doc / distribution.doc < prev    next >
Text File  |  1990-04-19  |  2KB  |  75 lines

  1. Each program in the PDC Distribution is covered by its own copyright and
  2. distribution restrictions.  Some material in the collection is freely 
  3. distributable, other material is public domain.  It is your obligation to
  4. obey the author's expressed wishes if described so in the source, documentation,
  5. or when running the program.
  6.  
  7. Many programs come with their own docuentation.  All except "ccx" and "PDC"
  8. are available elsewhere and hence if you can't find the docs in this beta
  9. release, you can always go back to the original source (usually a Fish disk).
  10.  
  11. ----------
  12.  
  13. CCX -    executable on Program Disk
  14.     source on Libs/Utils Source disk
  15.  
  16. A UNIX-like frontend to the compiler/assembler/linker.  Since AmigaDOS scripts
  17. are...well...not as functional as UNIX shell scripts, this one is written in C.
  18.  
  19. ----------
  20.  
  21. PDC -     executable on Program Disk
  22.     Source on PDC/A68k Source disk.
  23.  
  24. Dis is da compiler, you lunkhead!  Whaddya think it is, Swiss cheese?  (Please
  25. don't answer that question;-)
  26.  
  27. ----------
  28.  
  29. A68k -    executable on Program Disk
  30.     Source on PDC/A68k Source disk.
  31.  
  32. This is Charlie Gibbs' assembler version 2.6.  It is distributed in unmodified
  33. form, without changes or additional documentation.
  34.  
  35. ----------
  36.  
  37. BLink - executable on Program Disk.  Shareware from The Software Distillery
  38.  
  39. This is the linker we're currently distributing.  We included version 6.7 from 
  40. a Fish disk.  Alink compatible.
  41.  
  42. ----------
  43.  
  44. Bind -    executable on Program Disk
  45.     source on Libs/Utils Source disk
  46.  
  47. Bind will take the .fd files that came on the Extras disk with your Amiga and
  48. generate a stub file that you should link with to access the Amiga's shared
  49. libraries.
  50.  
  51. ----------
  52.  
  53. Make -    executable on Program Disk
  54.     source on Libs/Utils Source disk
  55.  
  56. A PD Make utiltiy ported from comp.sources.unix
  57.  
  58. ----------
  59.  
  60. Libr -  executable on Program Disk
  61.     source on Libs/Utils Source disk
  62.  
  63. An object-module librarian.
  64.  
  65. ----------
  66.  
  67. Dasm -    executable on Program Disk
  68.     source on Libs/Utils Source disk
  69.  
  70. This is a rather useful little disassembler.  Although the existing source is
  71. an example of code that can not be compiled by PDC because it is littered with
  72. bit fields.
  73.  
  74. ---------- (END of Distribution.doc)
  75.